ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPArray<T> Class / ToString Method




In This Topic
    ToString Method (ImGearXMPArray<T>)
    In This Topic
    Returns a System.String that represents the current ImGearXMPArray<T>.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    'Usage
     
    Dim instance As ImGearXMPArray(Of T)
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    public: string* ToString(); override 
    public:
    String^ ToString(); override 

    Return Value

    A System.String that represents the current object.
    See Also